Gets a collection containing configuration options for the server.
HRESULT GetServerOptions([in,defaultvalue(0)] long options, [out,retval] IServerOptions** pVal);
GetServerOptions([in,defaultvalue(0)] long options, [out,retval] IServerOptions* pVal);
Sub GetServerOptions(options As [in,defaultvalue(0)] long, pVal As [out,retval] IServerOptions*)
Parameters |
Description |
[in,defaultvalue(0)] long options |
Reserved for future use; must be 0. |
[out,retval] IServerOptions** pVal |
On return, contains an IServerOptions containing the options. |
The ServerOptions collection is used to get and set various server-wide options.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|